Class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
java.lang.Object
|
+----org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
- public final class NotEmptyHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, NotEmpty)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, NotEmpty)
-
-
type()
-
__write
public static void __write(OutputStream out,
NotEmpty that)
__read
public static NotEmpty __read(InputStream in)
extract
public static NotEmpty extract(Any a)
insert
public static void insert(Any a,
NotEmpty that)
type
public static synchronized TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index